home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 February / PCpro_2007_02.ISO / files / google / Who is going to land here.kmz / doc.kml
Encoding:
Extensible Markup Language  |  2006-12-12  |  719 b   |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.1">
  3. <Placemark>
  4.     <name>Who is going to land here?</name>
  5.     <LookAt>
  6.         <longitude>-80.09967401165321</longitude>
  7.         <latitude>-26.29340735421298</latitude>
  8.         <altitude>0</altitude>
  9.         <range>2488.55415977827</range>
  10.         <tilt>2.796839785157642e-011</tilt>
  11.         <heading>7.346052099213073</heading>
  12.     </LookAt>
  13.     <Style>
  14.         <IconStyle>
  15.             <scale>1.1</scale>
  16.             <Icon>
  17.                 <href>root://icons/palette-2.png</href>
  18.                 <y>32</y>
  19.                 <w>32</w>
  20.                 <h>32</h>
  21.             </Icon>
  22.         </IconStyle>
  23.         <LabelStyle>
  24.             <scale>1.1</scale>
  25.         </LabelStyle>
  26.     </Style>
  27.     <Point>
  28.         <coordinates>-80.09967401165322,-26.29340735421298,0</coordinates>
  29.     </Point>
  30. </Placemark>
  31. </kml>
  32.